home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-01-19 | 1.8 KB | 66 lines | [TEXT/KAHL] |
-
- About LightspeedC 2.15
- ----------------------
-
- This file describes the update from LSC 2.13 to 2.15. You must already
- have the 2.13 update. Version 2.15 has:
-
- • Bugfixes to five functions in MacTraps:
-
- SlotVInstall
- SlotVRemove
- SIntInstall
- SIntRemove
- GetDCtlEntry
-
- • New stdio and math libraries, with many bugs fixed.
-
- • Additional function prototypes in math.h and proto.h.
-
- The two versions are otherwise identical. Most people who have 2.13
- should feel no need to upgrade to 2.15. If you choose to apply the
- update, you must download LSC215.SIT. (If you choose not to, you can
- still fix GetDCtlEntry; see below.)
-
-
- What you get
- ------------
-
- This update consists of four files:
-
- About LSC 2.15 (this file)
- SlotTraps.a.π
- stdio
- math
- math.h
- proto.h
-
- Source code for the new stdio and math libraries is available from THINK,
- but cannot be made available on a public forum.
-
-
- What you do
- -----------
-
- To install the changes to MacTraps:
-
- • Using FEdit or similar utility, apply a patch to MacTraps.
- This fixes a bug in GetDCtlEntry.
-
- Find: 205F 301F 5240 4440 E448
- Change to: " " " " E548
-
- • Place the SlotTraps.a.π file in the same folder as MacTraps.
- Open the MacTraps project, select the SlotTraps.a.π entry in
- the project window, and choose "Load Project" from the "Source"
- menu. Quit LSC. The SlotTraps.a.π file can now be deleted.
-
- The new stdio and math libraries simply replace the old ones; no
- installation is necessary.
-
- Remember, each of your projects which uses MacTraps, stdio, or math
- must be updated to use the revised libraries. In each project, select
- each revised library in the project window and choose "Load Project"
- from the "Source" menu. Or, bring up the "Make" window and click "Use
- Disk"; this will force LSC to notice the new libraries.
-